home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source2 / main.dfm / main.txt
Text File  |  1995-12-22  |  531b  |  31 lines

  1. object Form1: TForm1
  2.   Left = 357
  3.   Top = 216
  4.   Width = 232
  5.   Height = 273
  6.   Caption = 'ChromaChron'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnResize = FormResize
  13.   TextHeight = 16
  14.   object Pb: TPaintBox
  15.     Left = 0
  16.     Top = 0
  17.     Width = 224
  18.     Height = 246
  19.     Align = alClient
  20.     Color = clBlack
  21.     ParentColor = False
  22.     OnPaint = PbPaint
  23.   end
  24.   object Timer1: TTimer
  25.     Interval = 50000
  26.     OnTimer = PbPaint
  27.     Left = 16
  28.     Top = 56
  29.   end
  30. end
  31.